.swtHeaderMenu {/* SWT Top Header Menu bar by Showeblogin START */
  font-size: 13px;
  font-family: Arial;
  margin: 0 auto;
  height: 38px;
  background: #00121a;
  border-top: 5px solid #c10049;
  overflow: hidden;
  padding: 0 25px;
  font-weight: 600;
}
ul.swt-nav-menu {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul.swt-nav-menu li {
  display: block;
  float: left;
  line-height: 38px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul.swt-nav-menu li a {
  background: #00121a;
  color: #fff;
  display: block;
  padding: 0 12px;
}
ul.swt-nav-menu li a:hover {
  background: #c10049;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.swt-nav-social {
  height: 38px;
  margin: 0 0 0 0;
  padding: 0 0;
  float: right;
}
ul.swt-nav-social li {
  display: inline-block;
  list-style-type: none;
  float: right;
  margin: 0 0;
  padding: 0 0;
  border-right: none;
}
ul.swt-nav-social li,ul.swt-nav-social li {
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  display: block;
  width: auto;
  background: #00121a;
}
ul.swt-nav-social li a, ul.swt-nav-social li a, a.swtFollow {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
  text-indent: -9999px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a.swtFollow.facebook {
  background-position: 0 0;
}
a.swtFollow.googleplus {
  background-position: -41px 0;
}
a.swtFollow.linkedin {
  background-position: -82px 0;
}
a.swtFollow.pinterest {
  background-position: -123px 0;
}
a.swtFollow.twitter {
  background-position: -164px 0;
}
a.swtFollow.facebook:hover {
  background-color: #39558f;
  background-position: 0 -40px;
}
a.swtFollow.googleplus:hover {
  background-color: #d94a39;
  background-position: -41px -40px;
}
a.swtFollow.linkedin:hover {
  background-color: #0377ae;
  background-position: -82px -40px;
}
a.swtFollow.pinterest:hover {
  background-color: #cd1a3b;
  background-position: -123px -40px;
}
a.swtFollow.twitter:hover {
  background-color: #02a7e6;
  background-position: -164px -40px;
}
a.swtFollow {
  background: url(http://img.superwebtricks.com/files/swtFollow.png) no-repeat 0 0;
/* SWT Top Header Menu bar tutorial at http://www.superwebtricks.com/?p=788 */}